id: task-29 title: Add GitHub templates status: Done assignee: [] created_date: '2025-06-09' updated_date: '2025-06-09' labels:
- github
- docs dependencies: []
Description
Create issue and pull request templates under .github/.
Acceptance Criteria
- [x] Bug report and feature request templates added
- [x] Pull request template added referencing task IDs
- [x] Task committed to repository
Implementation Notes
- Added
.github/ISSUE_TEMPLATEwith bug and feature request templates. - Created
PULL_REQUEST_TEMPLATE.mdrequesting Backlog task references. - Documented templates in
README.md.